.. _`Convert Table to Image`: .. _`syip.convert_table_to_image`: Convert Table to Image `````````````````````` .. image:: image_from_table.svg :width: 48 Converts a table into an image, using columns for data, image width, image height and image channels. Documentation ::::::::::::: Converts a table into an image using a column each for: data, image width, image height and image channels. Definition :::::::::: Input ports ........... **data** table Table containing image data **meta** table Table containing image meta data Output ports ............ **image** image Input image Configuration ............. **Channels column name** (Channels column) Name of image channels column in input table **Data column name** (Data column) Name of image data column in input table **Height column name** (Height column) Name of image height column in input table **Width column name** (Width column) Name of image width column in input table Related nodes ............. * :ref:`syip.convert_image_to_table` * :ref:`syip.convert_image_to_table_2d` * :ref:`syip.convert_table2d_to_image` Implementation .............. .. automodule:: node_export :noindex: .. class:: TableToImage :noindex: